home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / checkbox.config < prev    next >
Encoding:
Text File  |  2009-04-28  |  493 b   |  17 lines

  1. #!/bin/sh -e
  2.  
  3. . /usr/share/debconf/confmodule
  4.  
  5. case "$1" in
  6.     configure)
  7.         db_input medium checkbox/plugins/category_prompt/category || true
  8.         db_input medium checkbox/plugins/exchange_prompt/email || true
  9.         db_input medium checkbox/plugins/launchpad_exchange/transport_url || true
  10.         db_input medium checkbox/plugins/proxy_info/http_proxy || true
  11.         db_input medium checkbox/plugins/proxy_info/https_proxy || true
  12.         db_go
  13.         ;;
  14.     *)
  15.         ;;
  16. esac
  17.